Introduction and Visualizations

This interactive dashboard presents two visualizations based on biological datasets relevant to brain tissue research. The first visualization explores gene expression levels in the Brain Cortex using data from the GTEx Consortium, highlighting highly or lowly expressed genes through an interactive bar chart and sortable table. The second visualization displays a gene interaction network for the KEGG hsa04610 pathway (Complement and Coagulation Cascades), a biological pathway implicated in neuroinflammation, blood-brain barrier dysfunction, and neurological diseases such as Alzheimer’s and stroke. These interactive tools allow users to explore gene connectivity, expression variability, and potential key regulatory hubs. Together, they support a deeper understanding of biological mechanisms that influence brain health and disease.

Visualizations

The above bar chart presents gene expression levels in the Brain Cortex. The chart ranks genes by expression, highlighting those with higher activity in this tissue. The sortable table allows users to dynamically rank and explore gene expression values, making it easier to identify highly or lowly expressed genes in the data set.


The interactive network graph visualizes the gene interactions by showing their position in the KEGG hsa04610 pathway, the complement and coagulation cascades pathway. It is highly relevant to brain cortex tissue because dysregulation of immune and vascular processes in this pathway has been implicated in neuroinflammation, blood-brain barrier dysfunction, and neurological diseases such as Alzheimer’s and stroke. Each blue node represents a gene, and their spatial positioning is determined by force-directed layout, which places highly connected genes closer together. By zooming and panning, users can explore clusters of interconnected genes.


Dataset Description

About the Data

The data used in this project were derived from two public sources: the GTEx Consortium’s version 8 multi-tissue gene expression dataset and the KEGG pathway database for biological interaction networks. A total of 948 donors contributed to the GTEx project, and expression data were collected across 54 tissues, although sample sizes varied by tissue. For this dashboard, gene expression data from the Brain Cortex tissue were used to reflect biological variation. The gene interaction network was constructed using a KEGG pathway adjacency matrix for the hsa04610 immune system pathway. The original data sources are publicly available at https://gtexportal.org/ and https://www.genome.jp/kegg/.

Real-World Relevance

This dashboard helps researchers and clinicians explore gene expression levels in brain tissue alongside biological interaction networks, supporting the identification of key regulatory genes. Improved understanding of gene connectivity and expression in the brain can inform studies on neurological diseases and guide future therapeutic target discovery.

Source Code

You can view the full project files and source code on GitHub:
GitHub Repository: TinaT9248/data555_final4